home *** CD-ROM | disk | FTP | other *** search
-
- If you get incorrect colors with NewGadTools, then please check if you have
- used MagicWB-Colors on non-MWB-Screens. Certainly you can select this colors
- if you edit the prefs on the WB-Screen, but these colors are not available
- on a non-MWB-Screen !!!!
-
-
-
- These are incompatibility problems with other programs:
-
-
- ReOrg: Please deactivate the 'NoBootWrite' option in the 'FormatProtect'
- function, because ReOrg will write to the BootBlock of the speci-
- fied device. This will fail if you have activated 'NoBootWrite'
- and the optimisation will fail.
- Some other Commodities which do the same could work (like MultiCX)
- but because they only patch the exec functions they are not so
- effective and slower (because they must compare the calling task
- with the given task).
-
- FinalWriter: Please write the FinalWriter task to the enable patternstring
- for SizeWindow. It's not a bug of MCP...
-
- ArtStudio: The teamwork between the normal cyclegadget and MCPs Cycle2Menu
- doesn't work. This bug appears, because this program set the
- active entry always to zero.
-
- Ponder, Aniso: These two programs from the Aminet change the text in the
- buttons which are patched from NewGadTools. Because it's not
- possible to change the text in a button without reopen them,
- both programs pokes the new text over the old text and call
- the RefreshWindow() function from the operating system.
- It's impossible to update the text on refresh, because MCP
- uses an own BOOPSI-class and this class can only change the
- text if the program uses the operating system.
-
- HDOff: This program doesn't work, because the OpenLibrary() Patch from MCP
- uses 8 (eight !!!) bytes stack and this isn't available with HDOff.
- Although HDOff opens the dos.library which needs at least 4096 Bytes
- stack it gives only 256 Bytes. Too bad...
- HDOff Version >V1.39 shouldn't have this problem anymore.
-
- ADPro: MCP's Cycle2Menu doesn't work with the Palette window of ADPro. The
- attributes of the cyclegadgets are not made correctly. MCP uses on
- Kick3.x a new function and these function gets false results with
- ADPro.
-
- DOpus5: If you want enable the ChangeWBTitle function from MCP you have to
- type the following lines:
- setenv dopus/WorkbenchTitle "Workbench Screen"
- copy env:dopus/WorkbenchTitle TO envarc:dopus
-